home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
- //-------------------- General --------------------
- mgStateFillMode Solid
- mgStateCullMode CCW
- mgStateShadeMode Gouraud
- mgStateClip Y
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer N
- mgStateZBufferWrite N
- mgStateZBufferFunc Less
- mgStateZBufferBias 0
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude TextureParamModulate4.txt
-
- //-------------------- AlphaBlend --------------------
- mgStateAlphaBlend N
- mgStateAlphaBlendSrc SrcAlpha
- mgStateAlphaBlendDest InvSrcAlpha
- mgStateAlphablendOp Add
-
- //-------------------- AlphaTest --------------------
- mgStateAlphaTest N
- mgStateAlphaTestRef 1
- mgStateAlphaTestFunc LessEqual
-
- //-------------------- Fog --------------------
- mgStateFog N
- mgStateInclude FogParam.txt
-
- //-------------------- Light --------------------
- mgStateLight N
- mgStateAmbientColor 128,128,128,255
- mgStateColorVertex N
- mgStateNormalizeNormals Y
- mgStateSpecular N
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Color2
- mgStateAmbientMatSource Color2
- mgStateEmissiveMatSource Material
- mgStateTextureFactor 64,255,150,255